home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 4 / MacFormat n. 4 (Spain) / MacFormat 4.bin / Demos / Dazzleoids / SHARED.DIR / 00815.ls < prev    next >
Encoding:
Text File  |  1994-10-13  |  106 b   |  10 lines

  1. on mouseUp
  2.   global gOnOK
  3.   shutUp()
  4.   if gOnOK = 1 then
  5.     go("pick")
  6.   else
  7.     play done
  8.   end if
  9. end
  10.